home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 54
/
Vol 54.iso
/
games
/
williame.swf
/
scripts
/
frame_12
/
PlaceObject2_162_31
/
CLIPACTIONRECORD onClipEvent(keyDown).as
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-27
|
284 b
|
17 lines
onClipEvent(keyDown){
if(_root.croco2.hitTest(_root.ship.epee))
{
tellTarget("_root.croco2.xx1.goxy")
{
gotoAndStop("mort");
}
}
else
{
tellTarget("_root.croco2.xx1.goxy")
{
gotoAndStop(1);
}
}
}